home *** CD-ROM | disk | FTP | other *** search
- Path: news.chalmers.se!usenet
- From: ei39418@ios.chalmers.se (Michael Schön)
- Newsgroups: comp.lang.c++
- Subject: 64 bit word operators
- Date: 9 Apr 1996 19:25:40 GMT
- Organization: Chalmers university of technology
- Message-ID: <4kedjk$n8t@nyheter.chalmers.se>
- NNTP-Posting-Host: modem02.ios.chalmers.se
- X-Newsreader: WinVN 0.92.1
-
- PROBLEM:
- I would like to multiply, substract and divide two 64 bit
- LONGLONG hyper words in Borland C++ 4.52. These types are declared in
- <winnt.h>.
- In Visual C++ 2.0 these operators are defined and declared in <longint.h>
- so there should exists a corresponding declaration for Borland C++ 4.52!
- But where???
-
- QUESTION:
- How do you perform these basic +,-,*,/ operators on 64 bit words?
-
-
- /Michael
- ei39418@ios.chalmers.se
-